*{
	margin:0;
	padding:0;
	font-family: 微软雅黑;
    box-sizing: border-box;
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
a,img{
	transition: all .5s;
}
b,em{
    font-style:normal;
}
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}
body{
	min-width: 1200px;
}
.w_1200{
	width:1200px;
	margin:0 auto;
}
.clear{
	clear: both;
}
.clear2:after{
    content:"";
    display: block;
    width:100%;
    height: 0;
    clear:both;
}

/*top*/
.top{
    width:100%;
    background: #1a58ab;
}
.top_p{
    max-width:600px;
    color:#ffffff;
    line-height: 35px;
    font-size: 12px;
    float:left;
    text-align: left;
}
.top_ri{
    float:right;
    line-height: 35px;
    max-width:600px;
    text-align: right;
    color:#ffffff;
    font-size: 12px;
}
.top_ri a{
    color:#ffffff;
    padding:0 5px;
}
.top_ri span{
    color:#ffffff;
}
/*logo+tel*/
.logo_tel{
    width:100%;
    padding:15px 0;
}
.logo{
    float:left;
}
.logo_text{
    float:left;
    width:330px;
    text-align: left;
    padding:12px 0 12px 10px;
}
.logo_text_p1{
    color:#666666;
    font-size: 16px;
    padding:5px 0;
}
.logo_text_p1 span{
    color:#1a58ab;
    font-size: 18px;
}
.logo_text_p2{
    color:#666666;
    font-size: 16px;
}
.logo_ri{
    float:right;
    padding:12px 0 12px 50px;
    position: relative;
}
.logo_ri p{
    color:#666666;
    font-size: 14px;
    text-align: left;
    padding:3px 0;
}
.logo_ri span{
    color:#d81e06;
    font-size: 21px;
    display: block;
}
.logo_ri img{
    position: absolute;
    left: 0;
    top:0;
    bottom:0;
    margin:auto 0;
}


/*banner*/
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.banner_sw{
	width: 100%;
}
.banner_swi{
	width: 100%;
}
.banner_swi > img{
	width:100%;
}

/*nav*/
.nav{
    width:100%;
    background:#1a58ab;
}
.nav_ul{
    width:100%;
}
.nav_li{
    width:150px;
    float:left;
    padding:9px 0;
}
.nav_li > a{
    color:#fff;
    font-size: 16px;
    text-align:center;
    display: block;
    width: 115px;
    height: 42px;
    line-height: 42px;
    border-radius:21px;
    /*background:#ffa800;*/
    margin:0 auto;
}
.nav_li:hover.nav_li > a{
    background:#ffa800;
}

/*search*/
.search{
    background:#efefef;
    height: 41px;
}
.keyword{
    float:left;
}
.keyword p{
    max-width:800px;
    line-height: 41px;
    color:#999999;
    font-size: 12px;
}
.keyword span{
    color:#1a58ab;
    font-size: 14px;
}

.search_f{
    float:right;
    width:338px;
    height: 30px;
    margin-top:6px;
}
#q{
    float:left;
    width:300px;
    height: 30px;
    border:none;
    background:#ffffff;
}
.button{
    width:35px;
    height: 30px;
    float:left;
    background:#d81e06 url("../images/ss.png") no-repeat center;
    border:none;
}

/*首页公司简介*/
.con1{
    width:100%;
    padding:50px 0;
}
.con_ti{
    width:100%;
}
.con_ti h2{
    color:#333333;
    text-align: center;
    line-height: 50px;
    font-size: 34px;
    background:url("../images/cc_10.png") no-repeat center;
}
.con_ti h2 span{
    color:#d81e06;
}
.con_ti p{
    color:#999999;
    font-family:"Arial";
    font-size: 14px;
    text-align: center;
}
.con1_list{
    margin-top:35px;
    background:url("../images/abbg.png") no-repeat center;
    height: 359px;
}
.con1_le{
    width:200px;
    float:left;
}
.con1_le_t{
    width:100%;
    height: 168px;
    padding:24px 25px 0;
    background:#1a58ab;
    text-align: center;
}
.con1_le_t a{
    padding-top:24px;
    display: inline-block;
    width:20px;
    color:#ffffff;
    font-size: 15px;
    margin:0 10px;
    background:url("../images/aba_bg.png") no-repeat;
    background-position: center 0px;
}
.con1_le_t a:hover{
    background-position: center 5px;
}
.con1_le_t2{
    width:100%;
    padding:12px 0 0 70px;
    position: relative;
}
.con1_le_t2_a1{
    display: block;
    width:80px;
    height: 125px;
    text-align: center;
    border:2px solid #003f9c;
    color:#003f9c;
}
.con1_le_t2_a1 b{
    font-size: 53px;
    font-weight: normal;
}
.con1_le_t2_a1 span{
    letter-spacing: 2px;
    font-size: 15px;
}
.con1_le_t2_a2{
    display:block;
    color:#ffffff;
    font-size: 12px;
    width: 23px;
    text-align: center;
    padding:3px;
    position: absolute;
    background:#003f9c;
    bottom:-10px;
    right: 38px;
}
.con1_le2{
    font-size: 0;
    width:510px;
    height: 330px;
    float:left;
}
.con1_le2 img{
    width:100%;
}
.con1_ri{
    float:right;
    width:440px;
    padding:60px 0 0;
    margin-right:20px;
}
.con1_ri h2{
    color:#333333;
    font-size: 24px;
    text-align: left;
    font-weight: normal;
    padding:0 0 10px;
}
.con1_ri p{
    color:#333333;
    font-size: 14px;
    text-align: left;
    line-height: 30px;
    height: 120px;
    overflow: hidden;
}
.con1_ri a{
    color:#ffffff;
    font-size: 14px;
    display: block;
    width:175px;
    height: 39px;
    border-radius:20px;
    background: #d81e06;
    text-align: center;
    line-height: 39px;
    margin:30px 0 0;
}
.con1_list2{
    width:100%;
}
.con1_list2 div{
    margin-left:24px;
    width:282px;
    font-size: 0;
    float:left;
    overflow: hidden;
}
.con1_list2 div img{
    width:100%;
}
.con1_list2 div:first-child{
    margin-left:0;
}
.con1_list2 div:hover img{
    transform: scale(1.2);
}

/*首页产品中心*/
.con2{
    padding:50px 0;
    background: #f5f5f5;
}
.con2_list{
    width:100%;
    padding:35px 0 0;
}
.con2_le{
    width:294px;
    float:left;
    background: #1a58ab;
    padding:30px 11px 11px;
}
.con2_le h2{
    color:#ffffff;
    font-size: 24px;
    text-align: center;
}
.con2_le p{
    color:#ffffff;
    font-size: 14px;
    text-align: center;
    font-family: "Arial";
    padding:5px 0 15px;
}
.con2_ul{
    width:100%;
    background:#ffffff;
    padding:17px 15px;
}
.con2_li{
    width:100%;
    padding:0 15px;
    line-height: 41px;
    background:#ebebeb;
    border-radius:5px;
    position: relative;
    transition: all .5s;
    margin-bottom:11px;
}
.con2_li > a{
    display:block;
    color:#333333;
    font-size: 16px;
    max-width:80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.con2_li > span{
    position: absolute;
    display: block;
    width:40px;
    height: 41px;
    right: 0;
    top:0;
    background:url("../images/j1.png") no-repeat center;
}
.li-active{
    background:#1a58ab;
}
.li-active > a{
    color:#ffffff;
}
.li-active > span{
    background:url("../images/j2.png") no-repeat center;
}

.con2_li:hover{
    background:#1a58ab;
}
.con2_li:hover.con2_li > a{
    color:#ffffff;
}
.con2_li:hover.con2_li > span{
    background:url("../images/j2.png") no-repeat center;
}

.con2_contactus{
    font-size: 0;
    width:100%;
}
.con2_contactus img{
    width:100%;
}

.con2_contactus h2{
    color:#666666;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    padding:20px 0 10px;
}
.con2_contactus p{
    color:#666666;
    font-size: 14px;
    text-align: left;
    padding:5px 0;
}
.con2_ri{
    float:right;
    width:881px;
}
.con2_dl{
    width:285px;
    margin-left:13px;
    float:left;
    margin-bottom:26px;
}
.con2_dt{
    font-size: 0;
    width:100%;
    overflow: hidden;
}
.con2_dt img{
    width:100%;
}

.con2_dd{
    margin-top:5px;
    width:100%;
    line-height: 35px;
    text-align: center;
    padding:0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .5s;
}
.con2_dd a{
    color:#666666;
    font-size: 14px;
}
.con2_dl:hover .con2_dt img{
    transform: scale(1.2);
}
.con2_dl:hover .con2_dd{
    background:#1a58ab;
}
.con2_dl:hover .con2_dd a{
    color:#ffffff;
}

.con3{
    padding:50px 0;
}
.con3_list{
    width:100%;
    padding:40px 0;
}
.con3_le{
    float:left;
    width:620px;
}
.con3_ri{
    float:right;
    width:580px;
    text-align: right;
}
.con3_dl{
    width:100%;
    position: relative;
    padding-left:90px;
    margin-top:50px;
}
.con3_dl:first-child{
    margin-top:0;
}
.con3_dd h2{
    color:#1a58ab;
    font-size:24px;
    font-weight: normal;
}
.con3_dl_p1{
    color:#999999;
    font-size: 14px;
    font-family: "Arial";
    padding:10px 0;
    border-bottom:1px dashed #f1f1f1;
}
.con3_dl_p2{
    padding:10px 0;
    margin-top:2px;
    border-top:1px dashed #f1f1f1;
    line-height: 30px;
    color:#333333;
    font-size: 14px;
}
.con3_dt{
    position:absolute;
    width:68px;
    height: 73px;
    line-height: 73px;
    text-align: center;
    color:#ffffff;
    font-size: 24px;
    font-family: "Arial";
    left: 0;
    top: 0;
    bottom:0;
    margin:auto 0;
    background:url("../images/ysxu.png") no-repeat center;
    transition: all .5s;
}
.con3_dl:hover .con3_dt{
    transform:rotateZ(360deg);
}
/*过度*/
.con4{
    width:100%;
    background:url("../images/gd.jpg") no-repeat center;
    height: 200px;
}
.con4_list{
    height: 100%;
    position: relative;
}
.con4_list_a{
    position: absolute;
    display: block;
    width:200px;
    height: 50px;
    bottom:33px;
    right:37px;
}
.con4_list_p{
    color:#ffffff;
    font-size: 31px;
    font-family: "Arial";
    font-weight: normal;
    position: absolute;
    left:984px;
    top:75px;
}
.con5{
    padding:50px 0;
}
.con5_list{
    padding:30px 0 0;
}
.con5_sw,.con5_swi,.con5_swi img{
    width:100%;
    font-size: 0;
}
.con5_swi img{
    border:1px solid #ededed;
}

/*首页新闻中心*/
.con6{
    padding:50px 0;
}
.con6_list{
    width:100%;
    padding:30px 0;
}
.con6_le{
    width:568px;
    float:left;
    font-size: 0;
    overflow: hidden;
}
.con6_le img{
    width:100%;
}
.con6_le:hover img{
    transform: scale(1.2);
}
.con6_ri{
    float:right;
    width:600px;
}
.con6_dl{
    margin-top:10px;
    width:100%;
}
.con6_dt{
    float:left;
    width:78px;
    height: 81px;
    background: url("../images/rl.png") no-repeat center;
    font-family: "Arial";
    text-align: center;
}
.con6_dt p{
    color:#1a58ab;
    font-size: 33px;
    border-bottom:1px solid #ececec;
    padding:10px 0 0;
}
.con6_dt span{
    display: block;
    width: 100%;
    color:#666666;
    font-size: 14px;
}
.con6_dd{
    width:500px;
    float:right;
}
.con6_dd a{
    color:#333333;
    font-size: 16px;
    padding:10px 0;
    display: block;
}
.con6_dd p{
    line-height: 25px;
    color:#666666;
    font-size: 14px;
    height: 50px;
    overflow: hidden;
}

.footer{
    width:100%;
    padding:50px 0;
    background:#343434;
}
.fo_list{
    width:100%;
}
.fo_le{
    float:left;
    width:350px;
    padding-right: 30px;
}
.fo_le_h2{
    color:#ffffff;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    padding:0 0 10px;
}
.fo_le p{
    color:#ffffff;
    font-size: 14px;
    text-align: left;
    padding:5px 0;
}

.fo_le2{
    width:420px;
    float:left;
}
.fo_la{
    display: block;
    width:100%;
    height: 42px;
    margin-top:10px;
    background:#ffffff;
}
.fo_la span{
    float:left;
    display: block;
    width:52px;
    text-align: right;
    line-height: 42px;
    color:#666666;
    font-size: 14px;
}
.fo_la > input{
    width:300px;
    float:left;
    height: 42px;
    border:none;
    margin-left:10px;
}
.fo_la2{
    float:left;
    width:330px;
    height: 42px;
    background:#ffffff;
    margin-top:10px;
}
.fo_la2 span{
    float:left;
    display: block;
    width:52px;
    text-align: right;
    line-height: 42px;
    color:#666666;
    font-size: 14px;
}
.fo_la2 > textarea{
    width:250px;
    float:left;
    height: 42px;
    border:none;
}
.fo_bu{
    float:right;
    margin-top:10px;
    margin-left:6px;
    width:78px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border:none;
    background:#d81e06;
    color:#ffffff;
}
.fo_ri{
    width:200px;
    float: right;
    text-align: center;
}
.fo_ri p{
    width:100%;
    text-align: center;
    line-height: 50px;
    color:#ffffff;
    font-size:18px;
}
.footer2{
    width:100%;
    background:#050505;
}
.footer2 p{
    color:#ffffff;
    font-size: 14px;
    text-align: left;
    line-height: 61px;
}
.footer2 p a{
    color:#ffffff;
}

/*内页banner*/
.neibanner,.neibanner img{
    font-size: 0;
    width:100%;
}


.pages{
    padding:20px 0;
    text-align: center;
}

/*位置*/
.weizhi{
    width:100%;
    box-sizing: border-box;
    border:1px solid #e5e5e5;
    padding:15px 20px;
    margin-bottom:20px;
}
.weizhi h2{
    color:#333333;
    font-size: 16px;
    font-weight: normal;
    float:left;
}
.weizhi p{
    float:right;
    color:#666;
    font-size: 14px;
}
.weizhi p span,.weizhi p a{
    color:#666;
}


/*新闻列表*/
.news_dl{
    width:100%;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    padding:20px 10px;
    margin-top:10px;
}
.news_dl:after,.imgs:after{
    content:"";
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}
.news_dt{
    float:left;
    width: 30%;
    overflow: hidden;
}
.news_dt img{
    max-width: 100%;
}
.news_dd{
    width: 65%;
    float:right;
}
.news_dd h2{
    color:#666;
    font-size: 16px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    padding-bottom: 10px;
    transition: all .5s;
}
.news_dd span{
    display: block;
    color:#666;
    font-size: 14px;
    padding-bottom: 10px;
}
.news_dd p{
    color:#666;
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.news_dl:hover .news_dt img{
    transform: scale(1.3);
}
.news_dl:hover .news_dd h2{
    color:#1a58ab;
    font-weight: bold;
}

/*产品详情页*/
.pshow{
    width:100%;
    border:1px solid #e5e5e5;
    padding:20px;
}
.pshow_h2{
    color:#1a58ab;
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    padding:0 0 10px;
}
.pshow_p{
    text-align: center;
    color:#666666;
    font-size: 14px;
    line-height: 25px;
}
.pshow_con{
    width:100%;
    padding:30px 0;
    overflow: hidden;
}


/*联系我们*/
.contactus,.liuyan{
    padding:80px 0;
}
.contactus_ti{
    width:100%;
    text-align: center;
    font-size: 30px;
    color:#666;
    font-weight: bold;
    padding-bottom:15px;
}
.contactus_span{
    width:48px;
    height: 2px;
    background:#1a58ab;
    display: block;
    margin:0 auto 17px;
}
.contactus_p{
    color:#999999;
    font-size: 14px;
    text-align: center;
}
.cont_list{
    padding:60px 0 0;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 20px;
}
.cont_p{
    width:100%;
    border-bottom:1px solid #e6e6e6;
    line-height: 50px;
    color:#666666;
    font-size: 14px;
}
.cont_p > img{
    float:left;
    margin:10px 20px 0 0;
}
.cont_p2{
    width:100%;
    text-align:left;
    padding:20px 0;
}
.cont_p2 > img{
    width: 120px;
}
.ditu{
    width:100%;
    min-height: 350px;
}

.call_form{
    width:100%;
    padding:50px 0;
}
.call_lab{
    width:567px;
    float:left;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius:5px;
    position: relative;
    margin-bottom: 30px;
}
.call_lab > span{
    float:left;
    display: block;
    width: 120px;
    height: 50px;
    line-height: 50px;
    text-align: left;
    text-indent: 28px;
    letter-spacing: 1px;
    color:#999999;
    font-size: 14px;
}
.call_lab > input{
    width: 430px;
    height: 48px;
    float:left;
    margin-left:3px;
    border:none;
}
.call_lab > i{
    font-style: normal;
    color:#f1881e;
    font-size: 16px;
    position: absolute;
    left: 10px;
    top: 15px;
}
.call_lab_marle{
    margin-left: 65px;
}
.call_lab > textarea{
    width:60%;
    height: 200px;
    float:left;
    margin-left: 10px;
    border:none;
}
.call_submit{
    width:150px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color:#fff;
    font-size:14px;
    background:#1a58ab;
    transition: all .5s;
    border:none;
    display: block;
    margin:0 auto;
    border-radius:5px;
}
.call_submit:hover{
    background:#ffa800;
}